API Documentation
MAIN PAGE
NAMESPACES
CLASSES
Documentation
Headers
NilkinsScripts
Exporter
Project
ProjectLoadQuery.h
1
// ProjectLoadQuery.h
3
//
5
6
namespace
nkScripts
7
{
11
struct
ProjectLoadQuery
final
12
{
13
std::string
_path
;
14
15
ResourceDeclAugmentCallback
*
_augmentCallback
= nullptr ;
16
} ;
17
}
nkScripts::ResourceDeclAugmentCallback
Represents a callback enabling to "augment" a loading or saving of a project.
Definition:
ResourceDeclAugmentCallback.h:15
nkScripts::ProjectLoadQuery
Holds information about a project load query.
Definition:
ProjectLoadQuery.h:12
nkScripts
Encompasses all API of component NilkinsScripts.
Definition:
Environment.h:7
nkScripts::ProjectLoadQuery::_augmentCallback
ResourceDeclAugmentCallback * _augmentCallback
The augmenting class to use.
Definition:
ProjectLoadQuery.h:15
nkScripts::ProjectLoadQuery::_path
std::string _path
Path of the main file of the project.
Definition:
ProjectLoadQuery.h:13
Generated by
Doxygen
1.8.18